home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / scrdl421.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  25 lines

  1. Short:    'secure' file deletion prog for all filesystems
  2. Author:   bsimpson@mcs.dundee.ac.uk (Bruce M. Simpson)
  3. Uploader: bsimpson@mcs.dundee.ac.uk (Bruce M. Simpson)
  4. Type:     util/cli
  5.  
  6. A 'secure' deletion program for files on any filesystem.  It works by
  7. overwriting the data of the file itself, and making sure the buffers are
  8. forced out to disk.  Later versions will probably incorporate a special
  9. algorithm designed to wipe out all traces of the file's data from the
  10. magnetic medium.
  11.  
  12. The old file header does NOT get deleted, as this is up to the filesystem,
  13. however file headers can be removed from Amiga filesystem volumes by using
  14. a tool such as ReOrg, which is admittedly overkill, but there's no 100%
  15. kosher way to eliminate the file headers unless the handler specifically a
  16. custom packet for doing so...
  17.  
  18. THIS PROGRAM HAS NO WARRANTY EXPRESSED OR IMPLIED.  ANY DAMAGE CAUSED TO
  19. FILES OR COMPUTER SYSTEMS BY RUNNING THS PROGRAM IS NOT THE AUTHOR'S
  20. RESPONSIBILITY.  USE THIS PROGRAM AT YOUR OWN RISK.
  21.  
  22. It is placed completely in the public domain.
  23.  
  24.  - Bruce
  25.